| Fully Qualified Name: | Laminas\Db\Sql\Delete |
| Extends: | AbstractPreparableSql |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Constructor | Delete |
| __get() | Property overloading | Delete |
| from() | Create from statement | Delete |
| getRawState() | Delete | |
| getSqlString() | {@inheritDoc} | AbstractSql |
| prepareStatement() | {@inheritDoc} | AbstractPreparableSql |
| where() | Create where clause | Delete |
Constructor
| Parameter Name | Type | Description |
|---|---|---|
| $table | null|string|\TableIdentifier |
Returns:
Property overloading
Overloads "where" only.
| Parameter Name | Type | Description |
|---|---|---|
| $name | string |
Returns: \Where|null
Create from statement
| Parameter Name | Type | Description |
|---|---|---|
| $table | string|\TableIdentifier |
Returns: self Provides a fluent interface
| Parameter Name | Type | Description |
|---|---|---|
| $key | null |
Returns: mixed
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $adapterPlatform |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $adapter | ||
| $statementContainer |
Returns: \StatementContainerInterface
Create where clause
| Parameter Name | Type | Description |
|---|---|---|
| $predicate | \Where|\Closure|string|array | |
| $combination | string | One |
Returns: self Provides a fluent interface